home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / gfx / misc / ftriang3.lha / ftriangles.readme < prev   
Text File  |  1993-11-15  |  2KB  |  45 lines

  1. Hi.
  2.  
  3. This is the second in a series of Stupid Picasso Tricks. ftriangles displays
  4. random Gouraud-shaded triangles on a 24-bit 640x480 Picasso II screen.
  5.  
  6. ftriangles v3.0 is slightly slower than v2.0 (very slightly, see chart), and
  7. has a horrible bug fixed.  Toss v2.0 and use this one!
  8.  
  9. ftriangles takes one parameter, the number of triangles to display.  The
  10. default if no parameter is given is 10.  You can safely run it with a very
  11. large number, as in 'ftriangles 1000000', and abort it when bored.  Any mouse
  12. click or key should cause it to exit after the current triangle completes.
  13.  
  14. If you feed it a negative number, such as -100, it will run in performance test
  15. mode.  In this mode, it may not be aborted.  To get results which may be fairly
  16. compared, you should leave the Picasso screen in front until it's done.  With
  17. a negative parameter, the random number generator with a constant, so as to get
  18. reproducible results.
  19.  
  20. Here are some performance results from my A4000/040:
  21.  
  22. v1.0:
  23. ftriangles -100
  24. drew 100 triangles in 27 seconds, performance of 3.70 triangles/second
  25. ftriangles -500
  26. drew 500 triangles in 131 seconds, performance of 3.82 triangles/second
  27.  
  28. v2.0:
  29. ftriangles -100
  30. drew 100 triangles in 10.90 seconds, performance of 9.18 triangles/second
  31. ftriangles -500
  32. drew 500 triangles in 48.86 seconds, performance of 10.23 triangles/second
  33.  
  34. v3.0:
  35. ftriangles -100
  36. drew 100 triangles in 10.94 seconds, performance of 9.14 triangles/second
  37. ftriangles -500
  38. drew 500 triangles in 48.96 seconds, performance of 10.21 triangles/second
  39.  
  40. Have fun!
  41. _john
  42.  
  43. grieggs@netcom.com
  44. johng@shell.portal.com
  45.